home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group93b.txt / 000138_icon-group-sender _Wed Jun 16 09:33:24 1993.msg < prev    next >
Internet Message Format  |  1993-06-16  |  900b

  1. Received: from owl.CS.Arizona.EDU by cheltenham.CS.Arizona.EDU; Wed, 16 Jun 1993 08:32:56 MST
  2. Received: by owl.cs.arizona.edu; Wed, 16 Jun 1993 08:32:54 MST
  3. Date: Wed, 16 Jun 93 09:33:24 EDT
  4. From: Paul_Abrahams@MTS.cc.Wayne.edu
  5. To: icon-group@cs.arizona.edu
  6. Message-Id: <682309@MTS.cc.Wayne.edu>
  7. Subject: Output to &error
  8. Status: RO
  9. Errors-To: icon-group-errors@cs.arizona.edu
  10.  
  11. I executed the following program:
  12.  
  13. procedure main()
  14. write(&error, "hello")
  15. end
  16.  
  17. and got the output
  18.  
  19. 0hello
  20.  
  21. This happened both under DOS Icon and OS/2 Icon.  What is that
  22. 0 all about?
  23.  
  24. Also, under OS/2 Icon, I got a complaint about a missing message
  25. file after my program aborted.  What is the name of the missing
  26. file, and where does it need to be?
  27.  
  28. And lastly: are messages like this better sent to icon-project
  29. rather than to icon-group?
  30.  
  31. Paul Abrahams
  32. Reply-To: abrahams@acm.org
  33.